home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / LOTTORTS / ENDZONE.LZH / EXECUTE.DOC < prev    next >
Text File  |  1980-01-01  |  984b  |  25 lines

  1.                             TO EXECUTE PROGRAM
  2.                             __________________
  3.      Files with the extension .EXE, .BAT, or .COM can be run by typing what
  4. is to the left of the dot.  For example ED.EXE can be run by typing ED  
  5. then ENTER (do not type the dot.)
  6.  
  7.                         HOW TO RUN PROGRAMS IN BASIC   
  8.                         ____________________________    
  9.  
  10.      To run a BASIC program, you will need BASICA or GWBASIC which is     
  11. usually included in your DOS disk. You can recognize a BASIC program
  12. by the three digit extension on the file name(XXXXX.BAS)
  13.  
  14. (1) Put a disk with BASICA or GWBASIC in drive A and the program 
  15. disk in B drive
  16.  
  17. (2) Log to the drive with the program disk by entering "B:"  
  18.     (without the quotes of course)
  19.  
  20. (3) Type A:BASICA FILENAME and press ENTER.
  21.  
  22. If you don't have two drives:
  23. (1) Copy GWBASIC or BASICA to the program disk
  24. (2) Type BASICA FILENAME or GWBASIC FILENAME and press ENTER.
  25.